@charset "utf-8";
/* 새글 스킨 (latest) */

.lat {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
}
.lat .lat_title {
    display: block;
    padding: 0 20px;
    line-height: 45px;
    font-size: 1.2em;
    border-bottom: 1px solid #e7e7e7;
    color: #989898;
}
.lat .lat_title a {
    color: #989898;
    display: inline-block;
    position: relative;
}
.lat .lat_title a:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
}
.lat ul {
    padding: 0px;
}
.lat li {
    list-style: none;
    position: relative;
    line-height: 18px;
    padding: 20px 40px 20px 20px;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    color: #989898;
}
.lat li:before {
    top: 12px;
    left: 0px;
    width: 4px;
    height: 4px;
    background: #aaa;
    content: "";
    border-radius: 50%;
}
.lat li a {
    padding: 0 40px;
    color: #989898;
    font-size: 1.2em;
}
.lat li a:hover {
    color: #989898;
}

.lat .lt_date {
    float: left;
    left: 0;
    color: #888;
    font-size: 1em;
}
.lat .empty_li {
    line-height: 145px;
    color: #666;
    text-align: center;
    padding: 0;
}
.lat .empty_li:before {
    background: none;
    padding: 0;
}

.lat .lt_cmt {
    background: #5c85c1;
    color: #fff;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.4);
}
.lat .lt_more {
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    width: 25px;
    line-height: 25px;
    color: #aaa;
    border-radius: 3px;
    text-align: center;
}
.lat .lt_more:hover {
    color: #777;
}

.a_right {
    position: absolute;
    right: 20px;
}
@media screen and (max-width: 750px) {
    .lat .lat_title {
        display: block;
        text-align: center;
        padding: 0 20px;
        line-height: 45px;
        font-size: 1.2em;
        border-bottom: 1px solid #e7e7e7;
        color: #989898;
    }
    .lat li a {
        padding: 0;
        font-size: 1em;
    }
    .lat li span {
        clear: both;
    }
    .lat li div {
        clear: both;
    }
}
